From 19d0ab2382c6076598541b5d5597303b64f93b38 Mon Sep 17 00:00:00 2001 From: "awilliam@ldap.hp.com" Date: Tue, 25 Apr 2006 10:50:56 -0700 Subject: [PATCH] [IA64] Remove FORCE_CRASH from alt_itlb_miss This patch removed FORCE_CRASH from alt_itlb_miss handler. Signed-off-by: Masaki Kanno --- xen/arch/ia64/xen/ivt.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/arch/ia64/xen/ivt.S b/xen/arch/ia64/xen/ivt.S index fb37125cf6..2cde415148 100644 --- a/xen/arch/ia64/xen/ivt.S +++ b/xen/arch/ia64/xen/ivt.S @@ -478,9 +478,6 @@ late_alt_itlb_miss: ;; or r19=r19,r18 // set bit 4 (uncached) if the access was to region 6 (p8) br.cond.spnt page_fault -#ifdef XEN - FORCE_CRASH -#endif ;; itc.i r19 // insert the TLB entry mov pr=r31,-1 -- 2.30.2